Add a comment for translators
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 24 May 2020 14:20:13 +0000 (15:20 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 24 May 2020 14:20:13 +0000 (15:20 +0100)
"KP" refers to the numeric keypad, in this context.

Fixes: #2783
gtk/gtkaccelgroup.c

index 77e9bf963e2b68b5f157322a9de7519710b9a0d1..e9f1fdb9ba222c6453e7e4e69ab6e7d903eab3a8 100644 (file)
@@ -939,6 +939,7 @@ gtk_accelerator_print_label (GString        *gstring,
       if (accelerator_key >= GDK_KEY_KP_Space &&
           accelerator_key <= GDK_KEY_KP_Equal)
         {
+          /* Translators: "KP" means "numeric key pad" */
           g_string_append (gstring, C_("keyboard label", "KP"));
           g_string_append (gstring, " ");
         }